home *** CD-ROM | disk | FTP | other *** search
- object CloseMsgForm: TCloseMsgForm
- Left = 200
- Top = 101
- BorderStyle = bsDialog
- Caption = 'A Completely gratuitous dialog box'
- ClientHeight = 42
- ClientWidth = 384
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- OnShow = FormShow
- TextHeight = 16
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 369
- Height = 25
- Caption = 'Please wait while the clock closes down'
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 10000
- OnTimer = Timer1Timer
- Left = 344
- end
- end
-